home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / fileq102.zip / QMODEMEQ.ZIP / EQEVENT.BAT next >
DOS Batch File  |  1993-03-06  |  264b  |  17 lines

  1. @echo off
  2. if not exist c:\wc30\eq\download.dat goto end
  3. if exist c:\wc30\eq\download.dat goto start
  4. :start
  5. cd\qmodem
  6. makescr mike qmodem
  7. qmpro /s=mike
  8. cd\wc30\eq
  9. eq2wc 27 c:\eqmain Y
  10. del download.dat
  11. goto exit
  12. :end
  13. goto exit
  14. :exit
  15. cd\wc30
  16. cat.bat
  17.